Uses of Interface
org.eclipse.vtp.framework.common.IScriptingContext

Packages that use IScriptingContext
org.eclipse.vtp.framework.common   
org.eclipse.vtp.framework.javascript   
org.eclipse.vtp.framework.javascript.services   
 

Uses of IScriptingContext in org.eclipse.vtp.framework.common
 

Methods in org.eclipse.vtp.framework.common that return IScriptingContext
 IScriptingContext IScriptingContext.createScriptingContext(IScriptable[] content)
           
 IScriptingContext IScriptingProvider.createScriptingContext(java.lang.String scriptingLanuage, IScriptable[] content)
           
 

Uses of IScriptingContext in org.eclipse.vtp.framework.javascript
 

Classes in org.eclipse.vtp.framework.javascript that implement IScriptingContext
 class JavaScriptContext
          Implementation of the JavaScript context.
 

Methods in org.eclipse.vtp.framework.javascript that return IScriptingContext
 IScriptingContext JavaScriptContext.createScriptingContext(IScriptable[] content)
           
 

Uses of IScriptingContext in org.eclipse.vtp.framework.javascript.services
 

Methods in org.eclipse.vtp.framework.javascript.services that return IScriptingContext
 IScriptingContext JavaScriptProvider.createScriptingContext(java.lang.String scriptingLanuage, IScriptable[] content)